home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
BUSINESS
/
RSA303D.ARJ
/
MOUSE.DEF
< prev
next >
Wrap
Text File
|
1991-12-08
|
1KB
|
30 lines
;-----------------------------------------------------------------------;
;
; LOGITECH Mouse Menu Program ;
;
; LOGIMENU File definition for Relational Stock Analysis ;
;
; LOGIMENU is a product of LOGITECH, Inc. ;
;
;-----------------------------------------------------------------------;
BEGIN LeftB, MidB, RightB, LeftM, RightM, UpM, DownM, 200, 50
CHORDS LMB, LRB, MRB, ALLB
;-----------------------------------------------------------------------;
;
LeftB: TYPE ENTER; Enter Key
MidB: TYPE "+"; Plus Key
RightB: TYPE ESC; Escape Key
;
LMB: TYPE 0,59; F1 Key
LRB: TYPE 0,60; F2 Key
MRB: TYPE 0,61; F3 Key
;
ALLB: TYPE "-"; Minus Key
;
LeftM: TYPE 0,75; 0, 75 is Left Arrow Key
RightM: TYPE 0,77; 0, 77 is Right Arrow Key
UpM: TYPE 0,72; 0, 72 is Up Arrow Key
DownM: TYPE 0,80; 0, 80 is Down Arrow Key
;
;-----------------------------------------------------------------------;